bitkeeper revision 1.1159.168.4 (4195dd9fuE-UmEKmUEOm1GvgA2jDXg)
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Sat, 13 Nov 2004 10:10:39 +0000 (10:10 +0000)
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Sat, 13 Nov 2004 10:10:39 +0000 (10:10 +0000)
Declare evtchn_do_upcall with asmlinkage for CONFIG_REGPARM.
(not evtchn_device_upcall)

linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h

index a4930a09d577939f5402e190c378668ef12d0bb7..d6f0b0b5459c69711c0df560a1990019b851c913 100644 (file)
 void force_evtchn_callback(void);
 
 /* Entry point for notifications into Linux subsystems. */
-void evtchn_do_upcall(struct pt_regs *regs);
+asmlinkage void evtchn_do_upcall(struct pt_regs *regs);
 
 /* Entry point for notifications into the userland character device. */
-asmlinkage void evtchn_device_upcall(int port);
+void evtchn_device_upcall(int port);
 
 static inline void mask_evtchn(int port)
 {